Skip to main content

FlowContinue Constructors

An object defining constructors for the FlowContinue class.

FlowContinue(name, workflowData, workflowCodeInstance)

Constructor for the FlowContinue class. Initializes a new instance of the FlowContinue class.

Parameters:

name (required): string
The name of the flow object.

workflowData (required): IRuntimeWorkflowData
The workflow data associated with the flow object.

workflowCodeInstance (optional): IWorkflowCode
The optional workflow code instance.


FlowContinue(name, workflowData, workflowCodeInstance)

Initializes a new instance of the FlowContinue class.

Parameters:

name (required): string
The name of the workflow step.

workflowData (required): IRuntimeWorkflowData
The runtime data for the workflow.

workflowCodeInstance (optional): IWorkflowCode
The workflow code instance for executing the continuation logic.

This is a sync method. Method runs synchronously.